home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 284 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  925 b 

  1. Path: sundog.tiac.net!usenet
  2. From: nds <nds@tiac.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Any good (simple) C++ database Classes/application code
  5. Date: 3 Jan 1996 15:06:43 GMT
  6. Organization: The Internet Access Company
  7. Message-ID: <4ce623$8pk@sundog.tiac.net>
  8. NNTP-Posting-Host: nds.tiac.net
  9.  
  10. To All C++ Usenet Readers:
  11.  
  12. I am a student in a C++ Data Structures course working on my
  13. final project.  I have decided to write a simple relational 
  14. database.
  15.  
  16. The criteria for the application is that it its' class is
  17. derived from a basic data structure (linked list, btree, etc.)
  18.  
  19. Does anyone know where on the web, ftp, etc, I can find some
  20. fairly basic code for implementing a database Abstract Data
  21. Type (Class).  I was inundated reading an exhaustive list of
  22. C++ libs available over the net. I need to get something not
  23. to voluminous, yet something that fully implements databases
  24. in C++.
  25.  
  26. Thanks.
  27.  
  28. Fred Zimmerman
  29. nds@tiac.net
  30.  
  31.